home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Canadian & World Encyclopedia 1998
/
The Canadian & World Encyclopedia 1998 - Disc 2.iso
/
mac
/
prime_CD
/
pb
/
PREVIEW.DIR
/
00147_Script_sh_stopMovie
< prev
next >
Wrap
Text File
|
1997-07-22
|
514b
|
22 lines
on stopMovie
-- set the stageColor = 255 -- black -- kf 1/20/96
--- toss the fixpal object if needed
global fixpal, gFixPaletXobjFileName
if objectp(fixpal) then
fixpal(mDispose)
closeXlib gFixPaletXobjFileName
end if
--- reset puppets
puppetstate [2,3,24], FALSE
puppetsprite 1, true
set the trails of sprite 1 to 1
global gLastMouseLoc -- per GS 1/23/97 (3)
set gLastMouseLoc = rect(the mouseH, the mouseV, 0, 0) -- per GS 1/23/97 (3)
end